home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Views.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  4KB  |  143 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Views" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains persistent information about opened dialogs, windows, tab pages, and so on.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="DialogType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains the persistent data for a general office dialog.</desc>
  16.             </info>
  17.             <prop oor:name="WindowState" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  22.                 </info>
  23.             </prop>
  24.             <group oor:name="UserData" oor:extensible="true">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  29.                 </info>
  30.             </group>
  31.         </group>
  32.         <group oor:name="TabDialogType">
  33.  
  34.             <info>
  35.  
  36.                 <desc>Contains the persistent data for a special tab dialog.</desc>
  37.             </info>
  38.             <prop oor:name="WindowState" oor:type="xs:string">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  43.                 </info>
  44.             </prop>
  45.             <prop oor:name="PageID" oor:type="xs:int">
  46.  
  47.                 <info>
  48.  
  49.                     <desc>Represents the number of an active tab page inside a dialog.</desc>
  50.                 </info>
  51.             </prop>
  52.             <group oor:name="UserData" oor:extensible="true">
  53.  
  54.                 <info>
  55.  
  56.                     <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  57.                 </info>
  58.             </group>
  59.         </group>
  60.         <group oor:name="TabPageType">
  61.  
  62.             <info>
  63.  
  64.                 <desc>Contains the persistent data for a tab page.</desc>
  65.             </info>
  66.             <prop oor:name="WindowState" oor:type="xs:string">
  67.  
  68.                 <info>
  69.  
  70.                     <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  71.                 </info>
  72.             </prop>
  73.             <group oor:name="UserData" oor:extensible="true">
  74.  
  75.                 <info>
  76.  
  77.                     <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  78.                 </info>
  79.             </group>
  80.         </group>
  81.         <group oor:name="WindowType">
  82.  
  83.             <info>
  84.  
  85.                 <desc>Contains the persistent data for a general office window.</desc>
  86.             </info>
  87.             <prop oor:name="WindowState" oor:type="xs:string">
  88.  
  89.                 <info>
  90.  
  91.                     <desc>Includes information (position,size, and states) about the used vcl window.</desc>
  92.                 </info>
  93.             </prop>
  94.             <prop oor:name="Visible" oor:type="xs:boolean">
  95.  
  96.                 <info>
  97.  
  98.                     <desc>Makes window visible.</desc>
  99.                 </info>
  100.             </prop>
  101.             <group oor:name="UserData" oor:extensible="true">
  102.  
  103.                 <info>
  104.  
  105.                     <desc>Denotes an additional field for arbitrary data. There is no special semantic associated with this field. Application is to be determined by the user.</desc>
  106.                 </info>
  107.             </group>
  108.         </group>
  109.     </templates>
  110.     <component>
  111.  
  112.         <set oor:name="Dialogs" oor:node-type="DialogType">
  113.  
  114.             <info>
  115.  
  116.                 <desc>Lists persistent dialog states.</desc>
  117.             </info>
  118.         </set>
  119.         <set oor:name="TabDialogs" oor:node-type="TabDialogType">
  120.  
  121.             <info>
  122.  
  123.                 <desc>Lists persistent tab dialog states.</desc>
  124.             </info>
  125.         </set>
  126.         <set oor:name="TabPages" oor:node-type="TabPageType">
  127.  
  128.             <info>
  129.  
  130.                 <desc>Lists persistent tab page states.</desc>
  131.             </info>
  132.         </set>
  133.         <set oor:name="Windows" oor:node-type="WindowType">
  134.  
  135.             <info>
  136.  
  137.                 <desc>Lists persistent window states.</desc>
  138.             </info>
  139.         </set>
  140.     </component>
  141. </oor:component-schema>
  142.  
  143.